int SaveTGA(char *file)
Parameter | Type | Description |
---|---|---|
file | char * | filename for .tga file to save |
Returns TRUE is saving is OK, FALSE on any error.
This function saves a picture into a uncompressed .tga file. 24 or 32 bits/pixels images are supported.